home *** CD-ROM | disk | FTP | other *** search
- object KeyForm: TKeyForm
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Keyboard'
- ClientHeight = 82
- ClientWidth = 126
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 14
- object ClickButton: TButton
- Left = 15
- Top = 14
- Width = 97
- Height = 25
- Caption = 'Key click'
- TabOrder = 0
- OnClick = ClickButtonClick
- end
- object DisableKeysBtn: TButton
- Left = 15
- Top = 46
- Width = 97
- Height = 25
- Caption = 'Disable keys'
- TabOrder = 1
- OnClick = DisableKeysBtnClick
- end
- end
-